Proposal: eth_getTransactionByHash
プルリクエストを送信した
#180813
https://github.com/ethresearch/en-ethereum-wiki/pull/1
プルリクエストが Merge されました。
従来の wiki も更新しました。
https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_gettransactionbyhash
調査
少なくとも、1.4 のときは定義が異なった模様
https://github.com/ethereum/go-ethereum/blob/release/1.4/eth/api.go#L862
1.5から VRS がある
https://github.com/ethereum/go-ethereum/blob/release/1.5/internal/ethapi/api.go#L772
VRS の導入はここで行われたみたい
https://github.com/ethereum/go-ethereum/commit/b0d9f7372a04fa8f0ffc391f0997e2e062d465ef#diff-607ee6300c766df112070d851a1661c9R691
作業
https://github.com/hm0429/EthereumDocumentationProposals/wiki/eth_getTransactionByHash
関連
Infura の JSON RPC API で Ethereum のトランザクション詳細を取得
#proposal